From: Anthony PERARD Date: Fri, 8 Jun 2012 15:43:25 +0000 (+0100) Subject: tools/pygrub: Makefile cleanup X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8327 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=35dfcf786281b97be825f479b4377af7b474e933;p=xen.git tools/pygrub: Makefile cleanup This patch removes the extra command `install pygrub` because this is already done by the setup.py script. Signed-off-by: Anthony PERARD Acked-by: George Dunlap Committed-by: Ian Jackson --- diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile index af2b8a5ff5..bd22dd41f2 100644 --- a/tools/pygrub/Makefile +++ b/tools/pygrub/Makefile @@ -13,7 +13,6 @@ install: all CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \ $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \ --install-scripts=$(PRIVATE_BINDIR) --force - $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub $(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR)